@charset "UTF-8";
/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/
body{
	overflow-x: hidden;
	position: relative;
}
a:hover{
	color: #0855b3;
}
/*头部开始*/
.indexBg{
	position: absolute;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 620px;
	overflow: hidden;
}
.indexBg .bd{
	height: 100%;
}
.indexBg .bd .slick-list{
	height: 100%;
}
.indexBg .slick-track{
	height: 100%;
}
.indexBg .bd .myslide{
	height: 100%;
}
.indexBgCon{
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #f3f3f3;
	height: 100%;
	position: relative;
}
.cloudWave{
	position: absolute;
	top:300px;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/cloudWave1.png) center center no-repeat;
	background-size: contain;
	-webkit-animation: cloud 100s linear infinite;
	-moz-animation: cloud 100s linear infinite;
	-o-animation: cloud 100s linear infinite;
	animation: cloud 100s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
@keyframes cloud {
  0% {
	transform: translateX(0);
  }
  100% {
	transform: translateX(1920px);
  }
}
.top{
	position: relative;
	z-index: 100;
}
.top1{
	height: 40px;
	line-height: 40px;
	background: rgba(0,0,0,0.2);
}
.top1L{
	color: #fff;
	font-size: 14px;
}
.top1L span{
	margin-right: 15px;
}
.top1L .top1Link a{
	color: #fff;
	font-size: 14px;
	margin: 0 15px;
	position: relative;
	display: inline-block;
}
.top1L .top1Link a:hover{
	color: #77bcf5;
}
.top1L .top1Link a:before{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: -15px;
	margin-top: -6px;
	width: 1px;
	height: 12px;
	background: rgba(255,255,255,0.5);
}
.top1L .top1Link a:last-child{
	margin-right: 0;
}
.top1R .topLanguage{
	margin-right: 22px;
	color: #fff;
	position: relative;
	padding-left: 20px;
}
.top1R .topLanguage:before{
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	background: url(../../../common/images/top1icn1.png) no-repeat center center;
	background-size: cover;
}
.top1R .topLanguage a{
	font-size: 14px;
	color: #fff;
}
.top1R .topEwm{
	margin-right: 22px;
}
.top1R .topEwm a{
	font-size: 14px;
	color: #fff;
	padding-left: 25px;
	position: relative;
	margin-right: 8px;
	display: inline-block;
}
.topEwmCon{
    width: 100px;
    height: 100px;
	z-index: 10;
	position: absolute;
	top: 45px;
	right: -30px;
	display: block;
	content: '';
	width: 100px;
	height: 100px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	border-radius: 10px;
	box-shadow: 0 0 4px 2px rgba(0,0,0,0.1);
}
.topEwmCon:before {
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -10px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid #fff;
    border-top: none;
    border-bottom-color: #fff;
    border-left-color: transparent;
    border-right-color: transparent;
}
.top1R .topEwm a:hover .topEwmCon{
	visibility: visible;
	opacity: 1;
}
.topEwmCon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.top1R .topEwm a:last-child{
	margin-right: 0;
}
.top1R .topEwm a:before{
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	content: '';
}
.top1R .topEwm .topSjb{
	padding-left: 18px;
}
.top1R .topEwm .topSjb:before{
	width: 12px;
	height: 16px;
	margin-top: -8px;
	background: url(../../../common/images/top1icn2.png) no-repeat center center;
	background-size: cover;
}
.top1R .topEwm .topWx:before{
	width: 18px;
	height: 14px;
	margin-top: -7px;
	background: url(../../../common/images/top1icn3.png) no-repeat center center;
	background-size: cover;
}
.top1R .topEwm .topWb:before{
	width: 20px;
	height: 16px;
	margin-top: -8px;
	background: url(../../../common/images/top1icn4.png) no-repeat center center;
	background-size: cover;
}
.top1R .topNav{
	position: relative;
}
.top1R .topNavJg{
	background: #fff;
	
}
.top1R .topNavJg a{
	font-size: 14px;
	color: #333333;
	display: block;
	padding: 0 10px;
}
.top1R .topNavJg a span{
	width: 8px;
	height: 8px;
	display: inline-block;
	background: url(../../../common/images/top1icn5.png) no-repeat center center;
	background-size: cover;
	vertical-align: middle;
	margin-left: 12px;
}
.top1R .topNavCon{
	display: none;
	position: absolute;
	background: #fff;
	top: 40px;
	left: 0;
	width: 100%;
	text-align: center;
	box-shadow: 0 0 4px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,0.1);
}
.top1R .topNavCon a{
	display: block;
	height: 30px;
	line-height: 30px;
}
.top2{
	height: 260px;
}
.top .logo{
	margin-top: 45px;
}
.top .logo img{
	height: 120px;
}

.top3{
	background: url(../images/menuBg.png) center center ;
	position: relative;
}
.top3::before,
.top3::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 23px;
	height: 60px;
}
.top3::before{
	left: 0;
	background: url(../images/menuBg3.png) center center no-repeat;
}
.top3::after{
	right: 0;
	background: url(../images/menuBg2.png) center center no-repeat;
}
.menuDl{
	display: flex;
}
.menuDl dd{
	float: left;
	display: inline;
	position: relative;
	flex: 1;
	z-index: 2;
}
.menuDl dd .yj a{
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	background: url(../images/menuBg1.png) center center no-repeat;
}
.menuDl dd.hover .yj a{
	background: url(../images/menuBg1_h.png) center center no-repeat;
	color: #efef29;
}
.menuDl dd .ejBox{
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	background: #fff;
	top: 60px;
	z-index: 3;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
}
.menuDl dd .ejBox .ej a{
	display: block;
	text-align: center;
	line-height: 32px;
	height: 32px;
	font-size: 15px;
	color: #666;
}
.menuDl dd .ejBox .ej a:hover{
	color: #0855b3;
}
.menuDl dd .ejBox .ej.hover a{
	color: #0855b3;
}
.menuDl dd:hover .ejBox{
	visibility: visible;
	opacity: 1;
}
.menuDl dd .ejCon{
	position: relative;
}
.menuDl dd .ejCon .sj{
	width: 70%;
	position: absolute;
	right: -140px;
	top: -70%;
	background: #fff;
	padding: 10px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
	display:none;
}
.menuDl dd .ejCon .sj:before{
	position: absolute;
	left: -5px;
	top: 50%;
	margin-top: -10px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid #fff;
	border-left: none;
	border-right-color: #fff;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
.menuDl dd .ejCon .sj a{
	display: block;
	font-size: 14px;
	color: #666;
	height: 28px;
	line-height: 28px;
	text-align: center;
	overflow: hidden;
}
.menuDl dd .ejCon:hover .sj{
	visibility: visible;
	opacity: 1;
}
.menuDl dd .ejBox .sj a:hover{
	color: #0855b3;
}
.menuDl dd .ejBox .sj a.hover{
	color: #0855b3;
}
/*头部结束*/

/* 第一通栏 start */
.indexColumn{
	padding: 15px;
	background-color: #fff;
	border-radius:3px;
	position: relative;
	overflow: hidden;
}
.indexLine1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background: url(../images/indexLine1.png) left center;
}
.indexHot{
	position: relative;
	background: #fff;
	overflow: hidden;
	clear: both;
}
.indexHot .myslide{
	padding: 15px 0 9px;
}
.indexHot .title a{
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: 30px;
	overflow: hidden;
	text-align: center;
	color: #333;
	font-weight: bold;
	transition: 0.3s;
}
.indexHot .text{
	max-height:68px;
	line-height: 34px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	text-indent: 2em;
	margin: 0 30px;
    text-overflow: ellipsis;

	display: -webkit-box;/*对象作为弹性盒子使用*/
	-webkit-line-clamp: 2;/*不规则属性，只有webkit内核的浏览器才支持，移动设备大部分支持*/
	-webkit-box-orient: vertical;/*设置或检索伸缩盒子对象的子元素的排列方式*/

	
}
.indexHot .text a{
	color: #0855b3;
}
.indexHot .title a:hover{
	color: #0855b3;
}
.indexHot .prev{
	position: absolute;
	width: 25px;
	height: 25px;
	top: 26px;
	right: 33px;
	z-index: 1;
	background: url(../images/newsTop_H.png) center center no-repeat;
	cursor: pointer;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.indexHot .next{
	position: absolute;
	width: 25px;
	height: 25px;
	bottom: 26px;
	right: 33px;
	z-index: 1;
	background: url(../images/newsBottom_H.png) center center no-repeat;
	cursor: pointer;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
/* .indexHot .prev:hover,
.indexHot .next:hover{
	box-shadow: 0 3px 7px rgba(0,0,0,0.1);
} */
.indexHot .prev:hover{
	background-image: url(../images/newsTop.png);
}
.indexHot .next:hover{
	background-image: url(../images/newsBottom.png);
}

.indexNewsLeft{
	width: 575px;
	position: relative;
	margin-right: 20px;
	height: 338px;
	overflow: hidden;
}
.indexNewsRight{
	overflow: hidden;
	height: 348px;
}
.indexNewsTab{
	height: 50px;
	background-color: #f5f5f5;
	/* background-repeat: repeat-x;
	background-image: url(../images/indexIco1.png);
	background-position: left top; */
	border-bottom: 3px solid #0855b3;
}
.indexNewsTab .title{
	float: left;
	display: inline;
	position: relative;
	width: 33.3333%;
	text-align: center;
}

.indexNewsTab .title a{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	position: relative;
	z-index: 5;
}
.indexNewsTab .title.hover a{
	color: #fff;
	background: #0855b3;
	background-size: 100% 100%;
}
.indexNewsTab .title a:hover{
	color: #fff;
	background: #0855b3;
	background-size: 100% 100%;
}
.indexNewsList+.indexNewsList{
	display: none;
}



.indexNewsList dd{
	line-height: 36px;
	height: 36px;
	font-size: 14px;
}

.indexNewsList .num{
	display: inline-block;
	width: 17px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background-color: #a5bdd0;
	margin-right: 5px;
}
.indexNewsList .num.num1{
	background-color: #c90e24;
}
.indexNewsList .num.num2{
	background-color: #ff8548;
}
.indexNewsList .num.num3{
	background-color: #ffac39;
}
.indexNewsList .text{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.indexNewsList .text a{
	color: #333;
	transition: 0.3s;
}
.indexNewsList .text a:hover{
	color: #0855b3;
	letter-spacing: 1px;
}
.indexNewsList .time{
	margin-left: 15px;
}

.indexNotice{
	background: url(../images/indexBg2.png) left center;
	border-radius: 3px;
	overflow: hidden;
	
}
.indexNoticeT{
	width: 70px;
	height: 70px;
	border-radius: 3px;
	background-color: #0855b3;
	text-align: center;
	box-sizing: border-box;
	padding: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
.indexNoticeT::before{
	content: '';
	display: block;
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -10px;
	border: 10px solid;
	border-color: transparent transparent transparent #0855b3;
}
.indexNoticeList{
	overflow: hidden;
	padding: 5px 10px;
	height: 60px;
}
.indexNoticeList .myslide{
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	box-sizing: border-box;
	padding: 0 10px;
}
.indexNoticeList .title{
	padding-left: 16px;
	background: url(../images/indexIco2.png) left center no-repeat;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.indexNoticeList .title a{
	color: #333;
	transition: 0.3s;
	
}
.indexNoticeList .title a:hover{
	color: #0855b3;
	letter-spacing: 1px;
}
.indexNoticeList .time{
	margin-left: 10px;
}

.indexNewsBtn{
	margin-left: 22px;
	width: 240px;
	line-height: 70px;
	height: 70px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.indexNewsBtn a{
	display: block;
	font-weight: bold;
	font-size: 18px;
	padding-left: 78px;
	text-align: center;
}
.indexNewsBtn1 a{
	color: #ec6f22;
	background: url(../images/indexBg3.png);
}
.indexNewsBtn2 a{
	color: #174998;
	background: url(../images/indexBg4.png);
}
.indexNewsBtn:hover{
	transform: translateX(3px);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
}


.indexNewsList li{
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	font-size: 14px;
	position: relative;
}
.indexNewsList li a{
	float: left;
	color: #333;
	transition: 0.3s;
	width: 80%;
	padding-left: 21px;
	box-sizing: border-box;
}
.indexNewsList li .num{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}

.indexNewsList li span{
	float: right;
}



.indexNewsLeft2{
	width: 575px;
	margin-right: 20px;
}
.indexTitle2{
	padding-left: 45px;
	position: relative;
	line-height: 45px;
	height: 45px;
	border-bottom: 2px solid #005cb1;
}
.indexTitle2 i{
	display: block;
	height: 45px;
	width: 45px;
	position: absolute;
	top: 50%;
	margin-top: -23px;
	left: 0;
	background: center center no-repeat;
}
.indexTab3{
	overflow: hidden;
}
.indexTab3 dd{
	position: relative;
	float: left;
}
.indexTab3 dd+dd::before{
	content: '';
	display: block;
	height: 20px;
	border-left: 1px solid #333;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.indexTab3 a{
	display: block;
	padding-right: 15px;
	font-size: 20px;
	color: #000;
	transition: 0.2s;
	font-weight: bold;
}
.indexTab3 dd+dd a{
	padding-left: 15px;
}
.indexTab3 dd.hover a{
	color: #005CB1;
}

.indexMore3{
	width: 107px;
	background: url(../images/moreBg1.png) center center no-repeat;
	font-size: 14px;
	text-align: center;
}
.indexMore3 a{
	color: #555;
	transition: 0.2s;
	display: block;
}
.indexMore3 a:hover{
	color: #005cb1;
}
.indexNewsRight2{
	float: right;
	width: 575px;
}

.infoPublic {
	margin: 0 -7px;
	padding-top: 25px;
	margin-bottom: 12px;
}
.infoPublic::after{
	content: '';
	display: block;
	clear: both;
}
.infoPublic dd{
	width: 20%;
	float: left;
}
.infoPublic a{
	display: block;
	border-radius: 5px;
	background-color: #eff5e7;
	padding: 22px;
	margin: 0 7px;
	transition: 0.3s;
	border: 1px solid #fff;
}
.infoPublic dd.dd1 a{background-color: #eff5e7;}
.infoPublic dd.dd2 a{background-color: #e6efff;}
.infoPublic dd.dd3 a{background-color: #e2f0fb;}
.infoPublic dd.dd4 a{background-color: #f7efe8;}
.infoPublic dd.dd5 a{background-color: #fff3e1;}
.infoPublic a:hover{
	transform: translateY(3px);
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
}
.infoPublic .icon{
	text-align: center;
}
.infoPublic .text{
	color: #86b655;
	font-size: 14px;
	text-align: center;
	padding-top: 15px;
	line-height: 19px;
	height: 38px;
}
.infoPublic dd.dd1 .text{color: #86b655;}
.infoPublic dd.dd2 .text{color: #4878c9;}
.infoPublic dd.dd3 .text{color: #017ddb;}
.infoPublic dd.dd4 .text{color: #f87b40;}
.infoPublic dd.dd5 .text{color: #fcad1f;}
.quickBtn{
	width: 188px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	float: left;
	transition: 0.3s;
	border-radius: 5px;
}
.quickBtn a{
	color: #fff;
	display: block;
	height: 80px;
	line-height: 80px;
}
.quickBtn3 a{
	line-height: 28px;
}
.quickBtn:hover{
	transform: translateY(-3px);
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
}
.quickBtn img{
	vertical-align: middle;
}
.quickBtn span{
	padding-left: 8px;
}
.quickBtn1{
	background-image: -webkit-gradient(linear,left top,right top,from(#0365f7),to(#1c82ff));
	background-image: -webkit-linear-gradient(left,#0365f7,#1c82ff);
	background-image: -moz-linear-gradient(left,#0365f7,#1c82ff);
	background-image: linear-gradient(to right,#0365f7,#1c82ff);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#0365f7, endColorstr=#1c82ff);
	margin-right: 5px;
}
.quickBtn2{
	background-image: -webkit-gradient(linear,left top,right top,from(#ff9237),to(#ff5814));
	background-image: -webkit-linear-gradient(left,#ff9237,#ff5814);
	background-image: -moz-linear-gradient(left,#ff9237,#ff5814);
	background-image: linear-gradient(to right,#ff9237,#ff5814);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#ff9237, endColorstr=#ff5814);
	margin-right: 5px;
}
.quickBtn3{
	background-image: -webkit-gradient(linear,left top,right top,from(#e62222),to(#ac0505));
	background-image: -webkit-linear-gradient(left,#e62222,#ac0505);
	background-image: -moz-linear-gradient(left,#e62222,#ac0505);
	background-image: linear-gradient(to right,#e62222,#ac0505);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#e62222, endColorstr=#ac0505);
}
/* 第一通栏 end */

/* 第二通栏 start */
.indexQuickEntry{
	overflow: hidden;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}
.indexQuickEntry .bd{
	overflow: hidden;
}
.indexQuickEntry .pic::before{
	padding-top: 10%;
}
.indexQuickEntry .prev,
.indexQuickEntry .next{
	position: absolute;
	width: 25px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	background-color: rgba(28,26,21,0.5);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 5;
	cursor: pointer;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}
.indexQuickEntry .prev{
	left: -30px;
	background-image: url(../images/indexPrev.png);
}
.indexQuickEntry .next{
	right: -30px;
	background-image: url(../images/indexNext.png);
}
.indexQuickEntry .prev:hover,
.indexQuickEntry .next:hover{
	background-color: rgba(0,0,0,0.7);
}
.indexQuickEntry .bd:hover .prev{
	left: 0;
}
.indexQuickEntry .bd:hover .next{
	right: 0;
}
/* 第二通栏 end */

/* 第三通栏 start */
.indexTitle{
	border-bottom: 2px solid #e5e5e5;
}
.indexTitle .title{
	position: relative;
}
.indexTitle .title::before,
.indexTitle .title::after{
	content: '';
	display: block;
	border-bottom: 2px solid #0855b3;
	width: 20px;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.indexTitle .title::after{
	left: 20px;
	border-color: #0855b3;
	width: 40px;
}
.indexTitle .title span{
	display: inline-block;
	font-size: 20px;
	color: #0855b3;
	font-weight: bold;
	line-height: 35px;
	height: 35px;
	vertical-align: middle;
	padding-left: 5px;
	padding: 8px 0;
	position: relative;
	z-index: 9;
}
.indexTitle .title span::before{
	content: '';
	display: block;
	border-bottom: 2px solid #0855b3;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.indexTitle .title img{
	vertical-align: middle;
}
.indexTitle .more{
	position: relative;
	padding: 8px 0;
}
.indexTitle .more img{
	display: block;
}

/* 第三通栏 end */

/* 第四通栏 start */
.indexTitle .tab{
	padding: 8px 0;
}
.indexTitle .tab li{
	float: left;
}
.indexTitle .tab a{
	padding: 0 10px;
	display: block;
	line-height: 35px;
	font-size: 16px;
}
.indexTitle .tab li.hover a{
	font-size: 16px;
	font-weight: bold;
	color: #0855b3;
}
.indexTitle .more a{
	display: block;
	width: 30px;
	height: 35px;
	background: url(../images/indexMore1.png) center center no-repeat;
	transition: 0.3s;
}
.indexTitle .more a:hover{
	background: url(../images/indexMore1_h.png) center center no-repeat;
}
.indexColumn4L{
	width: 700px;
	margin-right: 15px;
}



.indexInfoPublic{
	overflow: hidden;
	margin: 0 -10px;
	height: 138px;
}
.indexInfoPublic dd{
	float: left;
	display: inline;
	width: 16.6667%;
}
.indexInfoPublic dd .con{
	margin: 0 10px;
	padding-top: 15px;
	transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
}
.indexInfoPublic dd a{
	display: block;
}
.indexInfoPublic dd .column3Ricon{
	border-radius: 100%;
	background: #f3ac00;
	width: 65px;
	margin: 0 auto;
	transition: 0.4s;
	position: relative;
}
.indexInfoPublic .bg{
	position: absolute;
	left: -15px;
	bottom: -4px;
	background: url(../images/indexBg5.png);
	width: 95px;
	height: 84px;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
	
}
.indexInfoPublic dd.dd2 .column3Ricon{
	background: #517fb7;
}
.indexInfoPublic dd.dd3 .column3Ricon{
	background: #ff807d;
}
.indexInfoPublic dd.dd4 .column3Ricon{
	background: #46ae8a;
}
.indexInfoPublic dd.dd5 .column3Ricon{
	background: #3765ba;
}
.indexInfoPublic dd.dd6 .column3Ricon{
	background: #b169ef;
}
.indexInfoPublic dd.dd2 .bg{
	background: url(../images/indexBg5_1.png);
}
.indexInfoPublic dd.dd3 .bg{
	background: url(../images/indexBg5_2.png);
}
.indexInfoPublic dd.dd4 .bg{
	background: url(../images/indexBg5_3.png);
}
.indexInfoPublic dd.dd5 .bg{
	background: url(../images/indexBg5_4.png);
}
.indexInfoPublic dd.dd6 .bg{
	background: url(../images/indexBg5_5.png);
}
.indexInfoPublic dd .column3Ricon span{
	display: block;
	width: 65px;
	height: 65px;
	background-position: center center;
	background-repeat: no-repeat;
}

.column3RTitle {
    text-align: center;
    padding-top: 15px;
    line-height: 33px;
    font-size: 16px;
    color: #333;
}
.indexInfoPublic a:hover .bg{
	opacity: 1;
	visibility: visible;
}

.indexColumn4L{
	height: 312px;
}
.indexSerive{
	height: 220px;
	margin-bottom: 10px;
	position:relative;
}
.indexSerive:before{
	content:'';
	position:absolute;
	left:0;
	width:100%;
	top:50%;
	border-bottom:1px solid #f2f2f2;
}
.indexColumn4L .indexTabC{
	position:relative;
}
.indexColumn4L .indexTabC:before{
	content:'';
	position:absolute;
	top:0;
	height:100%;
	left:33.5%;
	border-left:1px solid #f2f2f2;
}
.indexColumn4L .indexTabC:after{
	content:'';
	position:absolute;
	top:0;
	height:100%;
	left:66.8%;
	border-left:1px solid #f2f2f2;
}
.indexSerive dd{
	width: 33.33333%;
	float: left;
	display: inline;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	right: -2px;
	transition: 0.4s;
	z-index:9;
}
.indexSerive a{
	display: block;
	padding:40px 20px;
	transition: 0.4s;
	font-size: 0;
	position: relative;
}
.indexSerive .icon {
	position: relative;
	z-index: 2;
	display: inline-block;
	vertical-align: middle;
}
.indexSerive .icon img{
	height: 30px;
}
.indexSerive .text{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-left: 10px;
	position: relative;
	z-index: 2;
	display: inline-block;
	vertical-align: middle;
}
/* .indexSerive a::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url(../images/indexBg7.png) center center no-repeat;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
} */
.indexSerive a:hover{
	box-shadow: 0 0 14px 0 rgba(0,0,0,0.1);
}
.indexSerive a:hover::before{
	opacity: 1;
	visibility: visible;
}
.indexColumn4R{
	overflow: hidden;
	height: 312px;
}
.indexCol4Scroll{
	height: 96px;
	position: relative;
	overflow: hidden;
}
.indexCol4Scroll .myslide{
	width:33.33%;
	padding-top: 10px;
}
.indexCol4Scroll .icon{
	width: 51px;
	height: 51px;
	margin:0 auto;
	transition: 0.4s;
}
.indexCol4Scroll a:hover .icon{
	transform: translateY(-4px);
}
.indexCol4Scroll .text{
	color: #333;
	font-size: 16px;
	text-align: center;
	padding-top: 5px;
	line-height: 30px;
	height: 30px;
}
.indexCol4Scroll .prev,
.indexCol4Scroll .next{
	position: absolute;
	width: 15px;
	height: 35px;
	top: 50%;
	margin-top: -20px;
	background-color: rgba(28,26,21,0.5);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 5;
	cursor: pointer;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}
.indexCol4Scroll .prev{
	left: 0;
	background-image: url(../images/indexPrev.png);
}
.indexCol4Scroll .next{
	right: 0;
	background-image: url(../images/indexNext.png);
}
.indexCol4Scroll .prev:hover,
.indexCol4Scroll .next:hover{
	background-color: rgba(0,0,0,0.7);
}
.indexCol4List{
	height: 164px;
}
.indexCol4List .title{
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.indexCol4List .newsCenterList dd a{
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #333;
}

/* 第四通栏 end */

/* 第五通栏 start */
.indexColumn5Title{
	background: url(../images/indexBg6.png);
	width: 71px;
	height: 91px;
	margin-right: 10px;
	box-sizing: border-box;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 17px 10px;
}
.indexColumn5More a{
	display: block;
	background: #c50001;
	width: 43px;
	height: 87px;
	margin-left: 10px;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding:5px 10px;
	box-sizing: border-box;
	text-align: center;
}
.indexColumn5ConL{
	width: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #0855b3;
	line-height: 24px;
	margin:0 17px 0 5px;
}
.indexColumn5Con{
	overflow: hidden;
	position: relative;
}
.indexColumn5Con .bd{
	overflow: hidden;
	padding-top: 3px;
	position: relative;
}
.indexColumn5Con .bd a{
	display: block;
	margin-left: 10px;
	position: relative;
	border-radius: 3px;
}
.indexColumn5Con .bd img{
	height: 90px;
	width: 100%;
}
.indexColumn5Con .bd .myslide{
	float: left;
	display: inline;
	width: 25%;
}
.indexColumn5Con .bd .pic::before{
	padding-top: 34.5455%;
}
.indexColumn5Con .prev,
.indexColumn5Con .next{
	position: absolute;
	width: 25px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	background-color: rgba(28,26,21,0.5);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 5;
	cursor: pointer;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.indexColumn5Con .prev{
	left:-30px;
	background-image: url(../images/indexPrev.png);
}
.indexColumn5Con .next{
	right:-30px;
	background-image: url(../images/indexNext.png);
}
.indexColumn5Con .prev:hover,
.indexColumn5Con .next:hover{
	background-color: rgba(0,0,0,0.7);
}
.indexColumn5Con .bd:hover .prev{
	left:10px;
}
.indexColumn5Con .bd:hover .next{
	right:0;
}
/* 第五通栏 end */


/*
-----------------------------首页样式end-----------------------------
*/
/*
-----------------------------频道页start-----------------------------
*/
/*
-----------------------------频道页end-----------------------------
*/
/*内页框架开始*/
/*内页外结构开始*/
.subBanner{padding-top: 300px;}

.subPageC.pd50{ padding: 0 50px;}
.subPageC.pd20{ padding: 0 20px;}
.subPageRC.pd20{ padding: 0 20px;}
.subPageRC.pd50{ padding: 0 50px;}
.pageMLeft{margin-left: 290px;}
/*内页外结构结束*/
/*当前位置开始*/
.location{
	height: 60px;
	line-height: 60px;
	background-color: #fff;
}
.locationL{
	font-size: 14px;
	color: #999999;
	overflow: hidden;
	padding: 0 20px;
	background-color: #fff;
}
.locationL span{
	float: left;
	display: inline;
}
.locationL a{
	font-size: 14px;
	color: #999999;
	float: left;
	display: inline;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.locationL a i{
	margin: 0 8px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../../../common/images/locahome.png) no-repeat center center;
	background-size: contain;
	vertical-align: middle;
	margin-top: -2px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.locationL em{
	font-style: unset;
}
.locationL a:hover i{
	background: url(../../../common/images/locahomeh.png) no-repeat center center;
	background-size: contain;
}
.locationL a:hover{
	color: #0855b3;
}
.locationL a.hover{
	color: #0855b3;
}
/*当前位置结束*/

/* 四级导航开始 */
.fourNav{
	font-size: 0;
	text-align: center;
}
.fourNav dd{
	display: inline-block;
	margin: 0 3px;
}
.fourNav dd a{
	width: 182px;
	height: 42px;
	line-height: 42px;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #666666;
	border-radius: 3px;
	background: #e2e2e2;
	box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.4);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.fourNav dd.hover a{
	background: #0855b3;
	color: #fff;
	
}
.fourNav dd a:hover{
	background: #0855b3;
	color: #fff;
}
/* 四级导航结束 */

/* 左侧导航栏开始 */
.subPageR{
	overflow: hidden;
}
.leftNav{
	width: 270px;
	margin-right: 20px;
}
.leftNavTitle{
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	background: #0855b3;
	color: #fff;
	text-align: center;
	border-radius: 5px 5px 0 0;
}
.leftNavDl1{
	padding: 20px;
	margin-bottom: 20px;
}
.leftNavDl1 dt{
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	background: #0855b3;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 5px;
}
.leftNavDl1 dd .yj {
	position: relative;
}
.leftNavDl1 dd .yj a{
	line-height: 20px;
	display: block;
	background: #f9f9f9;
	border-radius: 4px;
	font-size: 16px;
	color: #333333;
	padding: 12px 46px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	position: relative;
	margin-bottom: 10px;
}
.leftNavDl1 dd:last-child .yj a{
	margin-bottom: 0;
}
.leftNavDl1 dd .yj a i{
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(../images/leftnavicn1.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -8px;

}
.leftNavDl1 dd .yj span{
	position: absolute;
	cursor: pointer;
	z-index: 2;
	top: 0;
	right: 0px;
	width: 55px;
	height: 44px;
	display: inline-block;
	background: url(../images/leftnavjia.png) no-repeat center center;
}
.leftNavDl1 dd .ejBox{
	display: none;
}
.leftNavDl1 dd .ejCon{
	margin-bottom: 10px;
}
.leftNavDl1 dd .ej{
	position: relative;
}
.leftNavDl1 dd .ej a{
	line-height: 20px;
	background: #f9f9f9;
	border-radius: 4px;
	display: block;
	font-size: 16px;
	padding: 10px 42px 10px 50px;
	color: #333333;
	position: relative;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.leftNavDl1 dd .ej a:before{
	position: absolute;
	top: 50%;
	margin-top:  -6px;
	left: 34px;
	width: 0px;
	height: 0px;
	border: 6px solid #0855b3;
	border-right: none;
	border-left-color: #0855b3;
	border-top-color: transparent;
	border-bottom-color: transparent;
	display: block;
	content: '';
}
.leftNavDl1 dd .ej span{
	position: absolute;
	z-index: 2;
	top: 0px;
	width: 55px;
	height: 44px;
	right: 0px;
	background: url(../../../common/images/leftnavicn2.png) no-repeat center center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	cursor: pointer;
}
.leftNavDl1 dd .sj{
	border: 1px solid #f9ebe5;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding-top: 10px;
	padding-bottom: 7px;
	border-top: none;
	display: none;
}
.leftNavDl1 dd .sj a{
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	padding: 10px 36px 10px 65px;
	position: relative;
}
.leftNavDl1 dd .sj a:before{
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 50px;
	width: 4px;
	height: 4px;
	border: 1px solid #717171;
	border-radius: 100%;
	display: block;
	content: '';
	
}
.leftNavDl1 dd .yj:hover a{
	background: #0855b3;
	color: #fff;
}
.leftNavDl1 dd .yj:hover a i{
	background: url(../../../common/images/leftnavicn1h.png) no-repeat center center;
}
.leftNavDl1 dd .yj:hover span{
	background: url(../../../common/images/leftnavjian.png) no-repeat center center;
}
.leftNavDl1 dd.hover .yj a{
	background: #0855b3;
	color: #fff;
}
.leftNavDl1 dd.hover .yj a i{
	background: url(../../../common/images/leftnavicn1h.png) no-repeat center center;
}
.leftNavDl1 dd.hover .yj span{
	background: url(../../../common/images/leftnavjian.png) no-repeat center center;
}
.leftNavDl1 dd.active .yj a{
	background: #0855b3;
	color: #fff;
}
.leftNavDl1 dd.active .yj a i{
	background: url(../../../common/images/leftnavicn1h.png) no-repeat center center;
}
.leftNavDl1 dd.active .yj span{
	background: url(../../../common/images/leftnavjian.png) no-repeat center center;
}
.leftNavDl1 dd .ej:hover a{
	background: #f9ebe5;
}
.leftNavDl1 dd .ej:hover span{
	transform: rotateX(180deg);
}
.leftNavDl1 dd .ejCon.hover .ej a{
	background: #e4f0ff;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.leftNavDl1 dd .ejCon.hover span{
	/* background: url(../../../common/images/leftnavicn2h.png) no-repeat center center; */
	transform: rotateX(180deg);
}
.leftNavDl1 dd .ejCon.active .ej a{
	background: #f9ebe5;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.leftNavDl1 dd .ejCon.active span{
	transform: rotateX(180deg);
}
.leftNavDl1 dd .sj a:hover{
	font-weight: bold;
	color: #0855b3;
}
.leftNavDl1 dd .sj a:hover:before{
	border-color: #0855b3;
}
.leftNavDl1 dd .sj a.hover{
	font-weight: bold;
	color: #0855b3;
}
.leftNavDl1 dd .sj a.hover:before{
	border-color: #dc4343;
}

.leftNavDl2{
	padding: 20px;
}
.leftNavDl2 dt{
	font-size: 18px;
	color: #333333;
	padding-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
	padding-left: 28px;
	position: relative;
	margin-bottom: 8px;
	
}
.leftNavDl2 dt:before{
	width: 18px;
	height: 18px;
	display: block;
	content: '';
	background: url(../../../common/images/lefthot.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 4px;
}
.leftNavDl2 dd{
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.leftNavDl2 dd a{
	font-size: 14px;
	color: #333333;
}
.leftNavDl2 dd a:hover{
	color: #0855b3;
}
.leftNavDl2 dd a span{
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-right: 8px;
	vertical-align: middle;
	background: #a5bdcf;
	margin-top: -2px;
}
.leftNavDl2 dd:nth-child(2) a span{
	background: #f54644;
}
.leftNavDl2 dd:nth-child(3) a span{
	background: #ff8548;
}
.leftNavDl2 dd:nth-child(4) a span{
	background: #ffab3c;
}
.leftNavDl2 dd:last-child{
	height: 28px;
}
/* 左侧导航栏结束 */

/*内页框架结束*/


/* 政务服务 start */
/*第一通栏 start */
.zwfw-column1{
	position: relative;
	height: 600px;
	overflow: hidden;
	background: #FFFFFF;
}
.zwfw-colBgBoxw {
    position: absolute !important;
    width: 101%;
    height: 101%;
    left: -0.5% !important;
    top: -0.5% !important;
}
.zwfw-colBg {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.zwfw-column1Box,
.zwfw-column3Box{
	position: relative;
	z-index: 9;
}
.zwfw-column1Left{
	width: 345px;
	height: 372px;
	background: url(../images/zwfwBg2.png) left center no-repeat;
	margin-top: 19px;
	margin-left: -23px;
	position: relative;
	z-index: 2;
}
.zwfw-column1Title{
	padding-top: 197px;
	margin-left: 23px;
	
}
.zwfw-column1Title span{
	display: block;
	text-align: center;
	height: 78px;
	line-height: 78px;
	font-size: 36px;
	color: #fff;
	position: relative;
}
.zwfw-column1Title span::before{
	display: block;
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	left: 50%;
	margin-left: -20px;
	bottom: 0;
	background: #fff;
}
.zwfw-column1Right{
	position: relative;
	width: 875px;
	height: 400px;
}
.zwfw-column1Right::before{
	display: block;
	content: "";
	position: absolute;
	width: 1060px;
	height: 100%;
	right: 0;
	bottom: 0;
	background: #fff;
	box-shadow: 2px 11px 38px rgba(0,0,0,0.08);
}
.zwfw-column1Dl{
	position: relative;
	z-index: 2;
	padding: 34px 25px 34px 72px;
}
.zwfw-column1Dl::before{
	display: block;
	content: "";
	position: absolute;
	left:72px;
	right: 25px;
	height: 1px;
	top: 50%;
	background: #F2F2F2;
}
.zwfw-column1Dl dd{
	float: left;
	display: inline;
	width: 33.333%;
	position: relative;
	height: 168px;
}
.zwfw-column1Dl dd::before{
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	right: 0;
	top: 0;
	background: #F2F2F2;
}
.zwfw-column1Dl dd:nth-child(3n)::before{
	display: none;
}
.zwfw-column1Dl dd .con{
	padding: 0 25px;
	height: 168px;
	transition: all .5s;
	-webkit-transition: all .5s;
	border-radius: 2px;
}
.zwfw-column1Dl dd .con span{
	display: block;
	padding-left: 60px;
	height: 45px;
	line-height: 45px;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 20px;
	color: #333;
}
.zwfw-column1Dl dd:hover .con{
	position: relative;
	z-index: 10;
	box-shadow: -2px 0 13px 4px rgba(157,61,18,0.09);
}
/*第一通栏 end */

/*第二通栏 start */
.zwfw-column2{
	height: 645px;
	background: #FFFFFF;
}
.zwfw-commonTitle{
	position: relative;
	height: 85px;
	text-align: center;
}
.zwfw-commonTitle::before{
	display: block;
	content: "";
	position: absolute;
	left:0px;
	right: 0px;
	height: 1px;
	top: 50%;
	background: #E6E6E6;
}
.zwfw-commonTitle span{
	position: relative;
	display: inline-block;
	height: 85px;
	line-height: 85px;
	padding: 0 40px;
	background: #fff;
	z-index: 2;
	font-size: 36px;
	color: #333;
}
.zwfw-commonTitle span::before{
	display: block;
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	top: 50%;
	left: 0;
	margin-top: -8px;
	border:1px solid  #E5E5E5;
	border-radius: 100%;
}
.zwfw-commonTitle span::after{
	display: block;
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	top: 50%;
	right: 0;
	margin-top: -8px;
	border:1px solid  #E5E5E5;
	border-radius: 100%;
}
.zwfw-column2Dl{
	overflow: hidden;
	margin: 0 -10px;
}
.zwfw-column2Dl dd,
.zwfw-column2Dl dt{
	float: left;
	display: inline;
	width: 25%;
	padding: 10px 0;
}
.zwfw-column2Dl a{
	position: relative;
	display: block;
	height: 120px;
	line-height: 120px;
	background: #F2F2F2;
	margin: 0 10px;
	border-radius: 6px;
	text-align: center;
	overflow: hidden;
}
.zwfw-column2Dl a::after{
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	background-image: -webkit-gradient(linear,left top,right top,from(#ef473a),to(#cb2d3e));
	background-image: -webkit-linear-gradient(left,#ef473a,#cb2d3e);
	background-image: -moz-linear-gradient(left,#ef473a,#cb2d3e);
	background-image: linear-gradient(to right,#ef473a,#cb2d3e);
	transform: scale(0.5,1);
	-webkit-transform: scale(0.5,1);
	visibility: hidden;
	opacity: 0;
}
.zwfw-column2Dl .con{
	height: 120px;
	font-size: 0;
	position: relative;
	z-index: 5;
}
.zwfw-column2Dl .con .zwfw-column2DlIcon{
	/* float: left; */
	display: inline-block;
	width: 70px;
	height: 70px;
	background: #fff;
	margin-right: 15px;
	box-shadow: 1px 7px 10px rgba(0,0,0,0.11);
	border-radius: 100%;
	vertical-align: middle;
}
.zwfw-column2Dl .con .zwfw-column2DlIcon span{
	display: block;
	width: 70px;
	height: 70px;
	background-position: center center;
	background-repeat: no-repeat;
}
.zwfw-column2Dl .con .zwfw-column2DlText{
	display: inline-block;
	overflow: hidden;
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	color: #333;
	vertical-align: middle;
} 
.zwfw-column2Dl a:hover::after{
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	visibility: visible;
	opacity: 1;
}
.zwfw-column2Dl a:hover .zwfw-column2DlText{
	color: #fff;
}
.zwfw-column2Dl  dt .con .zwfw-column2DlIcon{
	width: 50px;
	height: 50px;
	margin-right: 10px;
	background: none;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
.zwfw-column2Dl  dt .con .zwfw-column2DlIcon span{
	width: 50px;
	height: 50px;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	background: url(../images/zwfwIconMore.png) center center no-repeat;
	
}
.zwfw-column2Dl  dt a:hover .con .zwfw-column2DlIcon span{
	background: url(../images/zwfwIconMore_h.png) center center no-repeat;
}
.zwfw-column2Dl dt .con .zwfw-column2DlText{
	color: #b80b0b;
}
.zwfw-column2Dl dt a:hover .con .zwfw-column2DlText{
	color: #fff;
}
/*第二通栏 end */

/*第二通栏 end */
.zwfw-column3{
	position: relative;
	height: 740px;
	overflow: hidden;
	background: #fff;
}
.zwfw-column3 .zwfw-colBg{
	background-position: top center;
}
.zwfw-column3 .zwfw-commonTitle{
	background: #f0f8ff;
}
.zwfw-column3 .zwfw-commonTitle span{
	background: #f0f8ff;
}
.zwfw-column3Box{
	background: none;
}
.zwfw-column3Dl{
	overflow: hidden;
	margin: 0 -10px;
}
.zwfw-column3Dl dd,
.zwfw-column3Dl dt{
	float: left;
	display: inline;
	width: 25%;
	padding: 10px 0;
	background: none;
}
.zwfw-column3Dl a{
	position: relative;
	display: block;
	height: 186px;
	background: #fff;
	margin: 0 10px;
	border-radius: 6px;
	text-align: center;
	overflow: hidden;
}
.zwfw-column3Dl a::after{
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	visibility: hidden;
	opacity: 0;
}
.zwfw-column3Dl a .con{
	position: relative;
	z-index: 5;
}
.zwfw-column3Dl dd.dd1 a::after{
	background: #fe9f38;
}
.zwfw-column3Dl dd.dd2 a::after{
	background: #ee741e;
}
.zwfw-column3Dl dd.dd3 a::after{
	background: #6b69c2;
}
.zwfw-column3Dl dd.dd4 a::after{
	background: #41c698;
}
.zwfw-column3Dl dd.dd5 a::after{
	background: #9fce3d;
}
.zwfw-column3Dl dd.dd6 a::after{
	background: #68c5ee;
}
.zwfw-column3Dl dd.dd7 a::after{
	background: #e35c64;
}
.zwfw-column3Dl dt a::after{
	background: #0855b3;
}
.zwfw-column3Dl dd .zwfw-column3Icon{
	position: relative;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	margin-bottom: 13px;
}
.zwfw-column3Dl dd .zwfw-column3Icon span{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
}
.zwfw-column3Dl dd span.span2{
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	z-index: 5;
	border-radius: 50%;
}
.zwfw-column3Dl dd  .text{
	overflow: hidden;
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	color: #333;
}

.zwfw-column3Dl  dt .zwfw-column3Icon span{
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	background: url(../images/zwfwIconMore.png) center center no-repeat;
}
.zwfw-column3Dl  dt a:hover .con .zwfw-column3Icon span{
	background: url(../images/zwfwIconMore_h.png) center center no-repeat;
}
.zwfw-column3Dl  dt .text{
	overflow: hidden;
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	color: #b80b0b;
}
.zwfw-column3Dl a:hover::after{
	visibility: visible;
	opacity: 1;
}
.zwfw-column3Dl a:hover .zwfw-column3Icon span.span2{
	visibility: visible;
	opacity: 1;
}
.zwfw-column3Dl a:hover .text{
	color: #FFFFFF;
}
/*第二通栏 end */

/* 新闻中心 start */
.headLineColumn{
	position: relative;
	height: 135px;
	background: #fff;
	overflow: hidden;
	padding: 0 100px;
}
.headLineColumn:before{
	display: block;
	content: "";
	position: absolute;
	width: 85px;
	height: 103px;
	left: 0;
	top: 0;
	z-index: 5;
	background: url(../images/newsIcon1.png) -25px -25px no-repeat;
	background-size: 100px;
}
.headLineColumn .myslide{
	padding: 15px 0 9px;
}
.headLineColumn .title a{
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: 24px;
	overflow: hidden;
	text-align: center;
	color: #333;
	font-weight: bold;
}
.headLineColumn .text{
	height:68px;
	line-height: 34px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-indent: 2em;
}
.headLineColumn .text a{
	color: #0855b3;
}
.headLineColumn .title a:hover{
	color: #0855b3;
}
.headLineColumn .prev{
	position: absolute;
	width: 25px;
	height: 25px;
	top: 26px;
	right: 33px;
	z-index: 1;
	background: url(../images/newsTop_H.png) center center no-repeat;
	cursor: pointer;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.headLineColumn .next{
	position: absolute;
	width: 25px;
	height: 25px;
	bottom: 26px;
	right: 33px;
	z-index: 1;
	background: url(../images/newsBottom_H.png) center center no-repeat;
	cursor: pointer;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.headLineColumn .prev:hover{
	background: url(../images/newsTop.png) center center no-repeat;
}
.headLineColumn .next:hover{
	background: url(../images/newsBottom.png) center center no-repeat;
}

.newsRow{
	margin: 0 -10px;
}
.newsCol{
	width: 50%;
	float: left;
	margin-top:20px;
}
.newsCon{
	padding: 10px 20px;
	height: 340px;
	background-color: #fff;
	overflow: hidden;
	margin: 0 10px;
	border-radius: 3px;
}

.newsTitle{
	border-bottom: 2px solid #e5e5e5;
	margin-bottom: 10px;
}

.newsVideoList{
	margin: 0 -10px;
}
.newsVideoList dd{
	float: left;
	width: 25%;
}
.newsVideoList .con{
	display: block;
	margin: 0 10px;
}
.newsVideoList .pic{
	border-radius: 2px;
}
.newsVideoList .pic i{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background:rgba(0,0,0,0.3) url(../images/play.png) center center no-repeat;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	
}
.newsVideoList .text{
	font-size: 16px;
	color: #000;
	line-height: 30px;
	padding-top: 10px;
	text-align: center;
	transition: 0.3s;
}
.newsVideoList a:hover .pic i{
	visibility: visible;
	opacity: 1;
}
.newsVideoList a:hover .text{
	color: #0855b3;
}


.newsCenterColumn2-left{
	position: relative;
	width: 575px;
	border-radius: 3px;
	overflow: hidden;
	height: 345px;
	margin-right: 20px;
}
.newsCenterColumn2-left .focusBox .pic::before{
	padding-top: 60%;
}
.newsCenterColumn2-left .focusText{
	height: 45px;
	background: rgba(0,0,0,0.5);
}
.newsCenterColumn2-left .focusText a{
	height: 45px;
	line-height: 45px;
	font-size: 16px;
}
.newsCenterColumn2-left .focusBox .slick-dots{
	height: 12px;	
}
.newsCenterColumn2-left .focusBox .slick-dots li{
	vertical-align: middle;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.newsCenterColumn2-left .focusBox .slick-dots li.slick-active {
	width: 12px;
	height: 12px;
	border-radius: 12px;
}
.newsCenterColumn2-right{
	overflow: hidden;
	background: #FFFFFF;
	padding: 10px 20px;
	height: 325px;
}
.newsCenterColumn3-rightTop{
	height: 182px;
	overflow: hidden;
}
.newsColumn1T{
	height: 48px;
	border-bottom: 1px solid rgba(153,153,153,0.2);
}
.newsColumnTab .title{
	float: left;
	display: inline;
	margin-right: 50px;
	position: relative;
}

.newsColumnTab .title a{
	color: #000;
	border-bottom: 2px solid transparent;
	display: block;
	height: 48px;
	line-height: 48px;
	position: relative;
	top: 2px;
	z-index: 5;
	font-size: 20px;
	font-weight: bold;
}
.newsColumnTab .title.hover a{
	color: #0855b3;
	border-color:#0855b3;
}
.newsColumnTab .title a:hover{
	color: #0855b3;
	border-color:#0855b3;
}
.newsMore{
	margin-left: 20px;
	height: 48px;
	line-height:48px;
}
.newsMore a{
	display: block;
	font-size: 14px;
	color: #666;
	padding-right: 10px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	background: url(../images/hdRight.png) right center no-repeat;
}
.newsMore a:hover{
	color: #0855b3;
	padding-right: 20px;
	background: url(../images/hdRight_h.png) right center no-repeat;
}

.newsCenterColumn3{
	overflow: hidden;
}
.newsCenterColumn3-left{
	width: 756px;
	margin-right: 20px;
}
.newsCenterColumn3-leftTop{
	padding: 5px 20px 15px;
	background: #fff;
	height: 354px;
	overflow: hidden;
}
.newsColumn2Tab-body{
	height: 305px;
	overflow: hidden;
}
.newsColumn3Img{
	overflow: hidden;
	padding: 14px 0 18px ;
	border-bottom: 1px solid rgba(153,153,153,0.2);
	margin-bottom: 11px;
}
.newsColumn3Img .pic{
	width: 200px;
	margin-right: 20px;
}
.newsColumn3Img .pic::before{
	padding-top: 68%;
}
.newsColumn3Img .text{
	overflow: hidden;
	padding: 0 13px;
	position: relative;
}
.newsColumn3Img .title::before{
	display: block;
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	top: 15px;
	left: 0px;
	background: #d8d8d8;
	border-radius: 8px;
}
.newsColumn3Img .title a{
	display: block;
	height: 36px;
	line-height: 36px;
	color: #333;
	font-size: 14px;
	position: relative;
}
.newsColumn3Img .title:hover a{
	color: #0855b3;
}
.newsColumn3Img .title:hover::before{
	background: #0855b3;
}
.newsColumn3Img .textC{
	height: 60px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}
.newsColumn3Img .time{
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #999;
}
.newsCenterColumn3-leftBottom{
	background: #fff;
	padding: 10px 20px;
	height: 269px;
	overflow: hidden;
}
.newsColumn3TabC{
	height: 220px;
	overflow: hidden;
}
.newsColumn3TabC .newsCenterList{
	padding: 13px 0 ;
}
.newsCenterColumn3-right{
	overflow: hidden;
	padding: 5px 20px 7px;
	background: #FCFCFC;
	height: 673px;
}
.newsColumn4TabC{
	padding-top: 13px;
}
.newsColumn5Img{
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}
.newsColumn5Img .pic::before{
	padding-top:56.0526%;
}
.newsColumn5Img span{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background:rgba(0,0,0,0.3) url(../images/newsplay.png) center center no-repeat;
}
.newsCenterList5 dd{
	padding-left: 22px;
}
.newsCenterList5 dd::before{
	display: block;
	content: "";
	position: absolute;
	width: 22px;
	height: 40px;
	left: 0;
	top: 0px;
	background: url(../images/newsIcon3.png) left center no-repeat;
	border-radius: 5px;
}
.newsCenterList5 dd:hover::before{
	background: url(../images/newsIcon3.png) left center no-repeat;
}
/* 新闻中心 end */
/* 迪庆概况 start */
/* column1 start */
.profileColumn1{
	position: relative;
}
.profileColumn1 .pic::before{
	padding-top: 41.40625%;
}
.profileLogo{
	position: absolute;
	width: 530px;
	height: 102px;
	left: 5.625%;
	top: 70px;
}
.profileLogo img{
	display: block;
	height: 120px;
}
/* column1 end */

/* column2 start */
.profileBody{
	padding-top: 78px;
	background: #f5f5f5 url(../images/profileBg.png) bottom center no-repeat;
}
.profileTitle .title{
	height: 90px;
	text-align: center;
}
.profileTitle .title img{
	display: block;
	height: 90px;
	margin: 0 auto;
}
.profileBox{
	overflow: hidden;
}
.profileColumn2L{
	width: 365px;
	/* height: 100px; */
	margin-right: 42px;
}
.profileColumn2R{
	overflow: hidden;
}

.profileDl{
	overflow: hidden;
	margin: 0 -18px;
}
.profileDl dd{
	float: left;
	display: inline;
	width: 33.333%;
	
	padding:18px 0;
}
.profileDl dd .con{
	margin: 0 18px;
	height: 87px;
	text-align: center;
}
.profileDl dd a{
	display: block;
	height: 87px;
	font-size: 0;
	border-radius: 3px;
	overflow:hidden;
}
.profileDl dd a span{
	display: inline-block;
	height: 87px;
	line-height: 87px;
	vertical-align: middle;
}
.profileDl dd a span.span1{
	width: 55px;
	height: 87px;
	background-position: center center;
	background-repeat: no-repeat;
}
.profileDl dd a span.span2{
	padding: 0 5px;
	font-size: 20px;
	color: #fff;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.profileDl dd:hover a span.span2{
	font-weight: bold;
	/* font-size: 18px; */
}
.profileDl dd.dd1 a{
	background: #4f99e0;
}
.profileDl dd.dd2 a{
	background: #abd372;
}
.profileDl dd.dd3 a{
	background: #f58e54;
}
.profileDl dd.dd4 a{
	background: #f5b654;
}
.profileDl dd.dd5 a{
	background: #5574b7;
}
.profileDl dd.dd6 a{
	background: #43c6e4;
}
.profileColumn2Itro{
	line-height: 30px;
	font-size: 16px;
	color: #333;
	height:180px;
	overflow:hidden;
}
.profileColumn2Itro a{
	color: #bd1f0e;
}
.profileColumn2Dl{
	overflow: hidden;
	margin-right: -15px;
}
.profileColumn2Dl dd{
	float: left;
	display: inline;
	width: 215px;
	margin-right: 15px;
}
.profileColumn2Dl dd a{
	display: block;
	height: 74px;
	line-height: 30px;
	background: #fff url(../images/profileIcon7.png) center center no-repeat;
	text-align: center;
	font-size: 16px;
	color: #333;
	border-radius: 3px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.profileColumn2Dl dt{
	float: left;
	display: inline;
	width: 103px;
	margin-right: 15px;
}
.profileColumn2Dl dt a{
	display: block;
	height: 74px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	border-radius: 3px;
	background: #1782d5;
	color: #fff;
	padding: 0 30px;
}
.profileColumn2Dl dd.dd3 a,
.profileColumn2Dl dd.dd4 a{
	padding: 0 30px;
}
.profileColumn2Dl dd a:hover{
	color: #fff;
	background: #8fc2e9 url(../images/profileIcon7_h.png) center center no-repeat;
}
/* column2 end */

/* column3 start */
.profileColumn3Dl{
	background: #fff;
	border-radius: 3px;
	padding: 5px;
	overflow: hidden;
}
.profileColumn3Dl dd{
	float: left;
	display: inline;
	padding: 5px;
}
.profileColumn3Dl dd.dd1,
.profileColumn3Dl dd.dd5{
	width: 500px;
}
.profileColumn3Dl dd.dd2,
.profileColumn3Dl dd.dd3{
	width: 330px;
}
.profileColumn3Dl dd.dd4,
.profileColumn3Dl dd.dd7{
	width: 252px;
}
.profileColumn3Dl dd.dd6{
	width: 536px;
}
.profileColumn3Dl dd .con{
	height: 220px;
	border-radius: 3px;
	overflow: hidden;
	background: #81d2fa;
	position: relative;
}
.profileColumn3Dl dd .con::before{
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #145d9a url(../images/profileIcon15.png) -68px 126px no-repeat;
	visibility: hidden;
	opacity: 0;
	transition:all .3s;
	-webkit-transition:all .3s;
}
.profileColumn3Dl .profileWicon span{
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 5;
}
.profileColumn3Dl a{
	display: block;
	height: 220px;
	cursor: pointer;
	position: relative;
	z-index: 5;
}
.profileColumn3Dl .text{
	height: 38px;
	line-height: 38px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 5;
}
.profileColumn3Dl dd.dd1 .con{
	background-image: -webkit-gradient(linear,left top,right top,from(#208fe3),to(#3aa0e9));
	background-image: -webkit-linear-gradient(left,#208fe3,#3aa0e9);
	background-image: -moz-linear-gradient(left,#208fe3,#3aa0e9);
	background-image: linear-gradient(to right,#208fe3,#3aa0e9);
}
.profileColumn3Dl dd.dd2 .con{
	background-image: -webkit-gradient(linear,left top,right top,from(#3ca2ea),to(#57b5ef));
	background-image: -webkit-linear-gradient(left,#3ca2ea,#57b5ef);
	background-image: -moz-linear-gradient(left,#3ca2ea,#57b5ef);
	background-image: linear-gradient(to right,#3ca2ea,#57b5ef);
}
.profileColumn3Dl dd.dd3 .con{
	background-image: -webkit-gradient(linear,left top,right top,from(#5ab7f2),to(#74caf7));
	background-image: -webkit-linear-gradient(left,#5ab7f2,#74caf7);
	background-image: -moz-linear-gradient(left,#5ab7f2,#74caf7);
	background-image: linear-gradient(to right,#5ab7f2,#74caf7);
}
.profileColumn3Dl dd.dd4 .con{
	background-image: -webkit-gradient(linear,left top,right top,from(#74caf7),to(#84d5fb));
	background-image: -webkit-linear-gradient(left,#74caf7,#84d5fb);
	background-image: -moz-linear-gradient(left,#74caf7,#84d5fb);
	background-image: linear-gradient(to right,#74caf7,#84d5fb);
}
.profileColumn3Dl dd.dd5 .con{
	background-image: -webkit-gradient(linear,left top,right top,from(#84d4fb),to(#69c1f4));
	background-image: -webkit-linear-gradient(left,#84d4fb,#69c1f4);
	background-image: -moz-linear-gradient(left,#84d4fb,#69c1f4);
	background-image: linear-gradient(to right,#84d4fb,#69c1f4);
}
.profileColumn3Dl dd.dd6 .con{
	background-image: -webkit-gradient(linear,left top,right top,from(#67c0f4),to(#329ce7));
	background-image: -webkit-linear-gradient(left,#67c0f4,#329ce7);
	background-image: -moz-linear-gradient(left,#67c0f4,#329ce7);
	background-image: linear-gradient(to right,#67c0f4,#329ce7);
}
.profileColumn3Dl dd.dd7 .con{
	background-image: -webkit-gradient(linear,left top,right top,from(#3099e7),to(#1f8ee3));
	background-image: -webkit-linear-gradient(left,#3099e7,#1f8ee3);
	background-image: -moz-linear-gradient(left,#3099e7,#1f8ee3);
	background-image: linear-gradient(to right,#3099e7,#1f8ee3);
}
.profileColumn3Dl dd .con:hover::before{
	opacity: 1;
	visibility: visible;
}
/* column3 end */
/* 迪庆概况 end */

/* 列表页 start */
.imgText1 dd:hover .text .title a{
	color: #0855B3;
}
.imgList1 dd:hover .text{
	color: #0855B3;
}
.textList1 dd:hover a{
	color: #0855B3;
}
/* 列表页 end */